home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 December
/
Chip_2002-12_cd1.bin
/
oddech
/
tobogan
/
Toboggan_Run.exe
/
scripts
/
DefineButton2_672
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-05-24
|
358b
|
12 lines
on(release){
_root.pushmovie.ringtop.stop();
_root.pushmovie.ringbottom.stop();
_parent.groupyay.gotoAndPlay("groupyaystart");
_parent.hooraysound.gotoAndPlay("hooraystart");
nextFrame();
endsound = new Sound();
endsound.attachSound("endvoice");
endsound.start();
_root.pushmovie.mainbutton.gotoAndStop("deactivate");
}